body {
	background-attachment: fixed;
	background-image: url(images/mainbg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color:#EFF3F6;	
	
    scrollbar-arrow-color:ffffff; /*這個是按鈕上箭頭的顏色*/
	scrollbar-face-color:808080;  /*這個是按鈕的顏色*/	
	scrollbar-highlight-color: ffffff; /*這個是按鈕邊框左邊與上面的顏色(製造凹下去的效果...如果不喜歡可以移除這一個設定)*/
	scrollbar-3dlight-color: ffffff;  /*這個是按鈕邊框左邊與上面的顏色*/
	scrollbar-darkshadow-color:ffffff; /*這個是按鈕邊框右邊與下面的顏色*/
	scrollbar-track-color: #cccccc; /* 軸下面捲動凹槽的顏色*/
	scrollbar-shadow-color: #cccccc; /*陰影顏色...會影響挺多東西的...*/	
	font-family: "Arial";
	font-size: 13px;
	color: 4A4949;
}

table
{
	border-collapse: collapse;
}
td 
{
	font-family: "Arial";
	font-size: 13px;
	color: 4A4949;
}


span {
	font-family: "Arial";
	font-size: 13px;
	color: #4A4949;
}

a:link {
	font-family: "Arial";
	font-size: 13px;
	line-height: 25px;
	color: #0033cc;
	text-decoration: none;
}
a:visited {
	font-family: "Arial";
	font-size: 13px;
	line-height: 25px;
	color: #4A4949;
	text-decoration: none;
}
a:hover {
	font-family: "Arial";
	font-size: 13px;
	line-height: 25px;
	color: #5A9E94;
	text-decoration: none;
}


/* Table Style */
.TRTitle
{
	height:25px;
	BACKGROUND-COLOR: #C2D5DD;
	color:#4A4949;
}

.font1
{
	font-family: "Arial";
	color: b72400;
}

.font2
{
	font-family: "Arial";
	color: green;
}

.font3
{
	font-family: "Arial";
	color: #0054A6;
	font-size: 12px;
}

.shinefont
{
    color: #30B09F;
    TEXT-DECORATION: underline;
}

.font_12 {
	font-family: "Arial";
	font-size: 12px;
	line-height: 24px;
	color: #666666;
}
.font_15 {
	font-family: "新細明體";
	font-size: 15px;
	line-height: 25px;
	color: #ff0000;
}

.font_20 {
	font-family: "Arial";
	font-size: 20px;
	line-height: 30px;
	color: b72400;
	font-weight: bolder;
}

.btn {
	font-size:9pt;
	line-height: 20px;
	color:#4A4949;
	padding:0 0 0 1pt;
	border:1px solid #c0c0c0;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FFFFFF', EndColorStr='#C1D5DE');
	font-family:Arial;
	height:23px;
	cursor: hand;
    }
  
.div1
{
	font-family: "Arial";
	font-size: 13px;
	line-height: 24px;
	color: #4A4949;
	BACKGROUND-COLOR: D6E2E8;
	height:25;
}